home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1997 April / Software of the Month Club 1997 April.iso / mac / Software Research Institute-SRI / Desktop Publishing / JoinFiles 1.0.1 ƒ / README -- JoinFiles 1.0.1 < prev   
Encoding:
Text File  |  1995-12-29  |  2.0 KB  |  40 lines  |  [TEXT/ttxt]

  1. JoinFiles 1.0.1
  2. copyright 1995 by Ben Martz
  3. all rights reserved
  4.  
  5. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  6. * Special thanks to Brock Sides for his comments and suggestions! *
  7. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  8.  
  9. What does it do?
  10. ^^^^^^^^^^^^^^^^^^^^^^^^^
  11. I╒ve had to download a lot of split .gz files from unix sites recently, and couldn╒t find an easy way to join them on the Macintosh, so I wrote this little program. The program simply reads the contents of each file you drop on it, in alphabetical order, and writes them all to a single file.
  12.  
  13. Why would this be useful to you?
  14. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15. I don╒t know. I wrote this program for my own use, and thought that someone else might benefit from it, so I╒m distributing it.
  16.  
  17. What does the future hold?
  18. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  19. If there╒s enough interest, I╒ll add the ability to do ╥smart╙ numerical sorting of file names (i.e. "file01, file02, file03╔" instead of "file01, file10, file11, ..."). Other things to add include built-in gzip decoding and a better interface.
  20.  
  21. Okay╔How much?
  22. ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  23. JoinFiles 1.0.1 is FREEWARE! Feel free to distribute this program in any manner you wish, provided that no money is charged for it.
  24.  
  25. Disclaimer
  26. ^^^^^^^^^^^^^^^^^
  27. By using this program, you are consenting to take full responsibilty for any damage, direct or indirect, caused to your hardware or software through use of this program. 
  28.  
  29. Translation: Use this program entirely at your own risk!
  30.  
  31. Contacting me
  32. ^^^^^^^^^^^^^^^^^^^^^^^
  33. Questions? Comments? Bugs? You can contact me through internet email at benmartz@ic.net
  34.  
  35. Version History
  36. ^^^^^^^^^^^^^^^^^^^^^^^^
  37. December 29, 1995        + Added support for saving output files to any location
  38.                          + Added support for custom output file types
  39.  
  40. NOTE: Yes, I do know that this program is 68K only, but until the File Manager goes fully native, it╒s going to stay 68K only. =)